ComponentOne Data Source for Entity Framework
C1.Data Namespace / FilteredView<T> Class / Unfiltered Field

In This Topic
    Unfiltered Field
    In This Topic
    A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Unfiltered As System.Object
    public static readonly System.object Unfiltered
    See Also